home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / GMS / docs / autodocs / CHANGES.TXT < prev    next >
Encoding:
Text File  |  1997-05-02  |  2.3 KB  |  71 lines

  1.  
  2. This file is for autodoc translators, but users of previous versions will find it
  3. useful to read information on new functions.
  4.  
  5. CHANGES FROM V0.5B
  6. ------------------
  7. * Added:  Master.guide - CloseGMS()
  8.                        - DebugMessage()
  9.                        - ErrorMessage()
  10.                        - InitDestruct()
  11.                        - SelfDestruct()
  12.                        - AddTrack()
  13.                        - DeleteTrack()
  14.                        - GetPicture()
  15.                        - GetStructure()
  16.                        - InitTags()
  17.                        - ReadFile()
  18.                        - OpenFile()
  19.                        - CloseFile()
  20.                        - WriteFile()
  21.                        - LoadObjectFile()
  22.                        - FreeObjectFile()
  23.                        - GetObject()
  24.                        - GetObjectList()
  25.                        - StepBack()
  26.                        - GMSForbid()
  27.                        - GMSPermit()
  28.  
  29.  
  30.           Screens.guide - BlankOn()
  31.                         - BlankOff()
  32.                         - GetScreen()
  33.                         - UpdateColour()
  34.  
  35.           Blitter.guide - GetBob()
  36.                         - GetMBob()
  37.  
  38.           Sound.guide   - GetSound()
  39.  
  40. * Edited: Data Objects section.
  41.           New error codes added.
  42.           Edited the information on tags.
  43.           Wrong registers written down in UnpackPic() and FreeMemBlock().
  44.           References to GETVMODE removed (flag no longer exists).
  45.           BOBs changed to Bobs.
  46.  
  47.           Master.guide - ReadJoyPad()
  48.                        - ReadJoyStick()
  49.                        - ReadJoyPort()
  50.                        - LoadPic()
  51.                        - AllocMemBlock()
  52.  
  53.           Blitter.guide - DrawPixelList()
  54.                         - DrawUCPixelList()
  55.                         - InitBob()
  56.                         - DrawBob()
  57.                         - DrawBobList()
  58.  
  59.           Sound.guide   - InitSound()
  60.                         - FreeSound()
  61.  
  62. * Deleted: All references to 12 bit colour as this colour type is no longer
  63.            in use (see AddScreen(), InitRasterList, UpdateRasterLines, and
  64.            fading functions).
  65.  
  66.           Screens.guide - UpdateRGB12()
  67.                         - UpdateRGB24()
  68.                           [Replaced with UpdateColour()]
  69.  
  70.  
  71.